com.sun.n1.sps.model.install
Interface InstalledComponentBean


public interface InstalledComponentBean

The interface comprises information about Installed Component. This information includes the following.


Method Summary
 SummaryComponent getComponent()
          Returns The summary view of a installed component.
 HostID getHostID()
          Returns the ID of the host which has component installed on.
 InstalledComponent getInstalledComponent()
          Returns the component that has been installed on a particular target.
 UserID getUserID()
          Returns the ID of the user who installed a component.
 

Method Detail

getComponent

SummaryComponent getComponent()
Returns The summary view of a installed component.

Returns:
The summary view of a installed component.

getInstalledComponent

InstalledComponent getInstalledComponent()
Returns the component that has been installed on a particular target.

Returns:
The component that has been installed on a particular target.

getHostID

HostID getHostID()
Returns the ID of the host which has component installed on.

Returns:
The ID of the host which has component installed on.

getUserID

UserID getUserID()
Returns the ID of the user who installed a component.

Returns:
The ID of the user who installed a component.